(function() { const u = '/apps/statistics.php?aid=209987&browser=IE&created_date=20260227&created_hour=11&dduuid=2daf1f28a6c02&device=0&device_type=desktop&os=Windows&ssid=670b45h5q15s20d0hsq27004fs&t=1772164600&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=62a853fc897374f685235fd8af9e3f0e7ab68ee1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();