(function() { const u = '/apps/statistics.php?aid=412007&browser=IE&created_date=20251126&created_hour=07&dduuid=925b5d435d0ad&device=0&device_type=desktop&os=Windows&ssid=c44cke90qehm50ql2hmaaee7la&t=1764112407&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e1d65d6b375aa9822634b025d54d4e43f26722e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();