(function() { const u = '/apps/statistics.php?aid=456132&browser=IE&created_date=20260227&created_hour=18&dduuid=61f8fffb7758a&device=0&device_type=desktop&os=Windows&ssid=n55sqf8q33um7seq0n63frti7p&t=1772189992&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=435e7758de70abe76f9efb11b67c998ba2a7eb8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();