(function() { const u = '/apps/statistics.php?aid=454405&browser=IE&created_date=20260201&created_hour=04&dduuid=6808240a14cac&device=0&device_type=desktop&os=Windows&ssid=oiqhbq91e4eo024dk2idno2qmg&t=1769890748&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d22517d97db6dc2336072d0088a8b0c88466ab47&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();