(function() { const u = '/apps/statistics.php?aid=453927&browser=IE&created_date=20260311&created_hour=23&dduuid=9861d30ec780e&device=0&device_type=desktop&os=Windows&ssid=53eo39m9gr96j9ir1ddk10nac4&t=1773242391&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=397f94eef9de81f5d4b35a54ab8cc3ffda1d4090&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();