(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251113&created_hour=14&dduuid=20e7ec3f466ec&device=0&device_type=desktop&os=Windows&ssid=7ih9n62415g7q95331b3d5n5hr&t=1763014656&typeid=0&url_type=2&value=&sign=cf19cec626bdb1386bdded56d9067f6cab30248a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();