(function() { const u = '/apps/statistics.php?aid=440024&browser=IE&created_date=20251223&created_hour=07&dduuid=a9f80ce5b15d8&device=0&device_type=desktop&os=Windows&ssid=k1npvjlgjmp5eveljp3t2d81lf&t=1766445344&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3a90af6d3544fac8352d9caecd9d15125e189937&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();