(function() { const u = '/apps/statistics.php?aid=453780&browser=IE&created_date=20260223&created_hour=19&dduuid=cf722979f307d&device=0&device_type=desktop&os=Windows&ssid=rjsmgr784l32b2nurmsp2u6gbn&t=1771846484&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=624ac05c5a95e1e7334073697a48a5660adcf594&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();