(function() { const u = '/apps/statistics.php?aid=408343&browser=IE&created_date=20260310&created_hour=20&dduuid=0b8263b7c3720&device=0&device_type=desktop&os=Windows&ssid=rlusqf4334v259k1m60rkkat30&t=1773146829&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0b01eb27b95bfe761e152e22bec29f1869c5c58c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();