(function() { const u = '/apps/statistics.php?aid=450212&browser=IE&created_date=20260308&created_hour=02&dduuid=664b8f78e0deb&device=0&device_type=desktop&os=Windows&ssid=sfgtdmsjv9g9i21e74ehp33t1r&t=1772907639&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3743fb5b5026e6092e83c84584e5629f345009b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();