(function() { const u = '/apps/statistics.php?aid=210283&browser=IE&created_date=20260223&created_hour=19&dduuid=e1c5160ac49ec&device=0&device_type=desktop&os=Windows&ssid=aceu5oos2505faebhmjdbals4c&t=1771844463&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=44ea1017191a94b34c6a6d1df7f10d989abbd81b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();