(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20251019&created_hour=06&dduuid=7a38caa2fdd6b&device=0&device_type=desktop&os=Windows&ssid=1djlrv6pna4mqu4niinivirva3&t=1760826438&typeid=0&url_type=2&value=&sign=5006dcf95f898ead27c34c72e9e1b17016e27865&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();