(function() { const u = '/apps/statistics.php?aid=366139&browser=IE&created_date=20251221&created_hour=12&dduuid=503391fe5a303&device=0&device_type=desktop&os=Windows&ssid=3lnrjbcns3mle8mrq2fc6h0roa&t=1766292537&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bdcff1caa4db3348506c96bab62ebb4d96f2c791&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();