(function() { const u = '/apps/statistics.php?aid=412&browser=IE&created_date=20260122&created_hour=11&dduuid=cd15f1e0fe066&device=0&device_type=desktop&os=Windows&ssid=0cgsnrgpr4glcaf5fvlp8ofkoc&t=1769053015&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c998cda20f16dbef0822f2b202f7c6957e80b5f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();