(function() { const u = '/apps/statistics.php?aid=12155&browser=IE&created_date=20260122&created_hour=06&dduuid=56fdb786f554c&device=0&device_type=desktop&os=Windows&ssid=rev4mv17616538vr68j5d0ucvp&t=1769032897&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=15c9bb0bea1a360d30f19b206764f88826b5c5aa&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();