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