(function() { const u = '/apps/statistics.php?aid=98748&browser=IE&created_date=20260112&created_hour=16&dduuid=7031a9b13d2ee&device=0&device_type=desktop&os=Windows&ssid=eopch43nut1sh1nhhuggfrjkoh&t=1768206988&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b740301c529ea645128a04fbe30661e29c87960e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();