(function() { const u = '/apps/statistics.php?aid=401356&browser=IE&created_date=20260128&created_hour=23&dduuid=975f046dca0e3&device=0&device_type=desktop&os=Windows&ssid=34i5mitjtt9qb5ni19rd7eamfk&t=1769613159&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e5aafe42728a6e1245c1ebeec4a0ea63506c102&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();