(function() { const u = '/apps/statistics.php?aid=399991&browser=IE&created_date=20260226&created_hour=04&dduuid=0127c2b7866dd&device=0&device_type=desktop&os=Windows&ssid=ene6n5asslajvaafcv8po14qtl&t=1772050895&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e7aac98acede2e6ac62b8c40e03a3bc6d17b76f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();