(function() { const u = '/apps/statistics.php?aid=452927&browser=IE&created_date=20260224&created_hour=16&dduuid=e1dd94542f2ec&device=0&device_type=desktop&os=Windows&ssid=hvniia8r72r9pgr11p2p0kucsu&t=1771923583&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=084cd81ffde4abe781b8d7342703d32a1220c801&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();