(function() { const u = '/apps/statistics.php?aid=447445&browser=IE&created_date=20260310&created_hour=19&dduuid=33f92764b982a&device=0&device_type=desktop&os=Windows&ssid=pne8d6saihd84thiiel7lrat94&t=1773142540&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c8d43202c8787b697a645114f2097f026d417160&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();