(function() { const u = '/apps/statistics.php?aid=445138&browser=IE&created_date=20260312&created_hour=13&dduuid=29f80e708412a&device=0&device_type=desktop&os=Windows&ssid=1clagchsm8ar8t8lvl0tvk2mft&t=1773292242&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dc7c59a1f25d96d0b65c8f039a0d922acaf32135&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();