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