(function() { const u = '/apps/statistics.php?aid=413008&browser=IE&created_date=20260119&created_hour=12&dduuid=435b346f7bb3d&device=0&device_type=desktop&os=Windows&ssid=47dr8qssjbf33ttrevi8u98oqv&t=1768795256&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47713a651f4305c77631b23509494ebeb2ae18f9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();