(function() { const u = '/apps/statistics.php?aid=454459&browser=IE&created_date=20260304&created_hour=04&dduuid=b91e36ed16208&device=0&device_type=desktop&os=Windows&ssid=snqg4niq22aiv06qln6938nqhu&t=1772569159&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=61cf023f55cb86b56df79de1ac24db3f986bd2b4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();