(function() { const u = '/apps/statistics.php?aid=98781&browser=IE&created_date=20260306&created_hour=00&dduuid=fd38dadaa340f&device=0&device_type=desktop&os=Windows&ssid=21d9egbei3v9d4n4dp0t8s402n&t=1772726603&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed987ac75f3a182688b519e2549c9d25d368b3ae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();