(function() { const u = '/apps/statistics.php?aid=422944&browser=IE&created_date=20260113&created_hour=17&dduuid=166e34ff9f2ac&device=0&device_type=desktop&os=Windows&ssid=59e4o9smdd5imq815o02li5p2e&t=1768298223&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=383d93004c21f3636c5a8ec64d7e3239516f02b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();