(function() { const u = '/apps/statistics.php?aid=454742&browser=IE&created_date=20260307&created_hour=17&dduuid=c5320ff0f4c1b&device=0&device_type=desktop&os=Windows&ssid=bum04gj2hp3agc11apl41j4k6l&t=1772875939&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8d3e669aa39b610665ef07d36752bf739d9a7a93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();