(function() { const u = '/apps/statistics.php?aid=207153&browser=IE&created_date=20260226&created_hour=12&dduuid=f59919f2ed0ab&device=0&device_type=desktop&os=Windows&ssid=19a5cmk5ehdtsoqbq10s43svqj&t=1772081538&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95eb7df03a069162b90527c3b4805d52b12e907d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();