(function() { const u = '/apps/statistics.php?aid=207344&browser=IE&created_date=20260114&created_hour=10&dduuid=349b9c8b75484&device=0&device_type=desktop&os=Windows&ssid=d7n1lmcb0b5au6o46o7h14ipog&t=1768357915&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=49fef6ff2f3d60b84add806fd3ede4a241b4cd2a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();