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