(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20250915&created_hour=03&dduuid=4b228634c4b24&device=0&device_type=desktop&os=Windows&ssid=9rpl7kr3un37j6bal31u9bh3om&t=1757878830&typeid=0&url_type=2&value=&sign=37c698914334a461aacd129dfed2524bd57bdc3d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();