(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251111&created_hour=05&dduuid=8da373e02a77a&device=0&device_type=desktop&os=Windows&ssid=8cbki4qq2l6pig5tidbso74hgp&t=1762809213&typeid=0&url_type=2&value=&sign=7b0cf78a13730440cdec715da9b573c6760a18a3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();