(function() { const u = '/apps/statistics.php?aid=363101&browser=IE&created_date=20260125&created_hour=04&dduuid=9156b85a40a84&device=0&device_type=desktop&os=Windows&ssid=j0no9bo298990qvibbnhj5bfqq&t=1769285660&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c3dcda3879d8da28fec494db212789dee22ead39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();