(function() { const u = '/apps/statistics.php?aid=78732&browser=IE&created_date=20260310&created_hour=12&dduuid=fd0483da3b814&device=0&device_type=desktop&os=Windows&ssid=ct54lpisbah9d9672h9p96524r&t=1773116557&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f36a218cc5d1c5d1cc1b2ed59de242a4e18b190&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();