(function() { const u = '/apps/statistics.php?aid=450935&browser=IE&created_date=20260307&created_hour=13&dduuid=38a36e430b847&device=0&device_type=desktop&os=Windows&ssid=rramv6ekogemhrdv7fopfv34gr&t=1772862467&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=be706ed0ea745b4e1628359cf4cdb0703c2ac471&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();