(function() { const u = '/apps/statistics.php?aid=444532&browser=IE&created_date=20251223&created_hour=07&dduuid=56639cdd9c113&device=0&device_type=desktop&os=Windows&ssid=it62kudt8k0040544jh14t2hsp&t=1766445345&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c6b7b3b1059a0240ecd621fd0b307c14ff7a50be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();