(function() { const u = '/apps/statistics.php?aid=370660&browser=IE&created_date=20260113&created_hour=20&dduuid=f36be97783f7e&device=0&device_type=desktop&os=Windows&ssid=nprvmdc8s8dunargb5ttfkcsrk&t=1768306849&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=083a4c6442d645c16305c5ade5c2e4ee7f7dac8a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();