(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260307&created_hour=23&dduuid=493389803f2b9&device=0&device_type=desktop&os=Windows&ssid=lrbikkff7kgi4f9l58g7g2nnjj&t=1772895856&typeid=24&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5925a581c5bc19646472b5527f22594e6fd0551d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();