(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=11&dduuid=56ce76e5327bc&device=0&device_type=desktop&os=Windows&ssid=105la1fftimuesin1t4k7p5i89&t=1757905272&typeid=0&url_type=2&value=&sign=c4b6087fb53f655903c840b92c2617999f1a9273&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();