(function() { const u = '/apps/statistics.php?aid=113124&browser=IE&created_date=20260113&created_hour=23&dduuid=bef2118cbfc40&device=0&device_type=desktop&os=Windows&ssid=bl021n25nsq7srq0ks42a0ls8u&t=1768319498&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bb76951333611049c75576321a6e8d160fcc369b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();