(function() { const u = '/apps/statistics.php?aid=75715&browser=IE&created_date=20260112&created_hour=09&dduuid=1a377624c9349&device=0&device_type=desktop&os=Windows&ssid=4i3h59op258mlk4tq8ffdin30k&t=1768180009&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=17bec0f7459f848e93ed391f484c1f9ac7fce567&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();