(function() { const u = '/apps/statistics.php?aid=84053&browser=IE&created_date=20260304&created_hour=14&dduuid=0712241a75389&device=0&device_type=desktop&os=Windows&ssid=sig9pshfj67dbm378f92p6bjnu&t=1772604420&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d7ff841c833d7c9b2712fe53efa59029f911e3f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();