(function() { const u = '/apps/statistics.php?aid=448588&browser=IE&created_date=20260226&created_hour=07&dduuid=d2efdd0a1cdff&device=0&device_type=desktop&os=Windows&ssid=9cdbkinqurbjh66o5vjp87pavv&t=1772062389&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=117dd88fc6b7137c92ae3f6a971531f277342c33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();