(function() { const u = '/apps/statistics.php?aid=436000&browser=IE&created_date=20251230&created_hour=13&dduuid=2c629afc7a8a4&device=0&device_type=desktop&os=Windows&ssid=5oqkij3da2s2q8323u3jstuqi7&t=1767072483&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7a4d4b44368b730436c91ab731837d4d0fe9d20&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();