(function() { const u = '/apps/statistics.php?aid=455516&browser=IE&created_date=20260310&created_hour=12&dduuid=85e8c002d0bb5&device=0&device_type=desktop&os=Windows&ssid=l5q4vg58sgrdb9bota2pa3fln8&t=1773116404&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e993727e966717306eb42c7bee13da2b6060cc8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();