(function() { const u = '/apps/statistics.php?aid=324793&browser=IE&created_date=20260313&created_hour=18&dduuid=21977d794ee9c&device=0&device_type=desktop&os=Windows&ssid=hk26t0mjbu6sstif3pr3b8jbgt&t=1773399005&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=39f38bd7f7adf26567973d449176295508bc4b40&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();