(function() { const u = '/apps/statistics.php?aid=270975&browser=IE&created_date=20260224&created_hour=02&dduuid=804b30c523676&device=0&device_type=desktop&os=Windows&ssid=sqt4ng1ogutf1vajr7b6n7keri&t=1771870124&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a2b3383f0071c2e56466fc47b9acabd355a9ea75&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();