(function() { const u = '/apps/statistics.php?aid=410701&browser=IE&created_date=20260120&created_hour=04&dduuid=f2f195a6ff0bf&device=0&device_type=desktop&os=Windows&ssid=n1kq506rbvc3jh0q5t6u0rictr&t=1768853068&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=269771eff2937d9ab930717108af0a51c0e6d353&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();