(function() { const u = '/apps/statistics.php?aid=452181&browser=IE&created_date=20260311&created_hour=05&dduuid=b57add1155fca&device=0&device_type=desktop&os=Windows&ssid=b1a4kkfgpreff4rp2eadbd0ttt&t=1773177101&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd4a70f141cc28341a93403ee1e43ca037b1a6a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();