(function() { const u = '/apps/statistics.php?aid=455541&browser=IE&created_date=20260303&created_hour=17&dduuid=cf743fe05eccc&device=0&device_type=desktop&os=Windows&ssid=pnebl13f0np0ctdlsgj3mqh47d&t=1772528723&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8884aee04b281bdd10f1cea5d2aeab540b06dae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();