(function() { const u = '/apps/statistics.php?aid=398199&browser=IE&created_date=20260228&created_hour=06&dduuid=18f37173cbcd4&device=0&device_type=desktop&os=Windows&ssid=8vi42q9q3ithll0tlnjo8efiok&t=1772232834&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dad6d45473ca8ab87ba7fb657c4ea1942dcc49ff&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();