(function() { const u = '/apps/statistics.php?aid=460468&browser=IE&created_date=20260313&created_hour=05&dduuid=1ce34743974ae&device=0&device_type=desktop&os=Windows&ssid=3u3kp46d0juqu8f7drue8h3832&t=1773352347&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec87f904ca5d9404747682f542f607be3155b163&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();