(function() { const u = '/apps/statistics.php?aid=12460&browser=IE&created_date=20260121&created_hour=01&dduuid=a39ad10afc2c1&device=0&device_type=desktop&os=Windows&ssid=76b9miocghgnnv82qpk86lgi0q&t=1768929350&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60d5c83e4c6243f1832fd1ffa5fc02eacf27fc13&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();