(function() { const u = '/apps/statistics.php?aid=451406&browser=IE&created_date=20260225&created_hour=07&dduuid=7dddf154bfedf&device=0&device_type=desktop&os=Windows&ssid=8ok5hi4cq7no697gn1tk44q5un&t=1771976538&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=46e48853fc8a82a4119da144ab6dfbe4c02bde1a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();