(function() { const u = '/apps/statistics.php?aid=12069&browser=IE&created_date=20260122&created_hour=12&dduuid=fbfb6ef0921f5&device=0&device_type=desktop&os=Windows&ssid=9f5miqmm12jsgg2ma25mnh465c&t=1769057054&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2f4f04b73a6292b5f206659c6e777bc4518caa9c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();