(function() { const u = '/apps/statistics.php?aid=452991&browser=IE&created_date=20260312&created_hour=12&dduuid=6be03a1db3901&device=0&device_type=desktop&os=Windows&ssid=ecf0jp2virii9kcujdhdh41tqd&t=1773288014&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7c7c56d4786380ffd100ed62625267dfc794cc1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();