(function() { const u = '/apps/statistics.php?aid=455628&browser=IE&created_date=20260311&created_hour=09&dduuid=71f19fb83447b&device=0&device_type=desktop&os=Windows&ssid=oub9a589iol6i406em4s0kfckd&t=1773192118&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d41150b8af2bababe33bfcf42936fc39e7e6b5a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();