(function() { const u = '/apps/statistics.php?aid=366139&browser=IE&created_date=20260114&created_hour=04&dduuid=c1596251802d3&device=0&device_type=desktop&os=Windows&ssid=m8nj6h825ebl8s8ocu3l7nqkci&t=1768337794&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5e28bf3f6ff6235afda0407d156587a51e876b1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();