(function() { const u = '/apps/statistics.php?aid=437789&browser=IE&created_date=20260305&created_hour=00&dduuid=b1a1d3e594979&device=0&device_type=desktop&os=Windows&ssid=5rv3j2ocral7t1mo0tf3llprnp&t=1772643007&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ecfbff8e6ec4e30390022092949f10071b7c4a6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();